feat(home): add consistent icons to the landing cards - #112
Merged
Conversation
Give every card on the docs homepage a monochrome line icon from lucide-react (registered in press.config.tsx for use in MDX), one per card, semantically matched: Quick Start → Rocket Run with Docker → Container What is RustFS? → BookOpen Architecture → Network Usage Limits → Gauge Installation → Server Checklists → ClipboardCheck Operations → Activity SDKs → Code Tool Examples → Terminal Reference → Library Document the convention in STYLE.md (single consistent line-icon set per Cards grid, applied to every card; no emoji, no mixed brand logos).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs-rustfs-com | b5f3101 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 06:31 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a consistent set of monochrome line icons to the homepage landing cards. Previously the cards were text-only; each card now carries one semantically matched
lucide-reacticon in the standard Fumadocs card icon box.Icon mapping
RocketContainerBookOpenNetworkGaugeServerClipboardCheckActivityCodeTerminalLibraryHow
press.config.tsxgetMdxComponentsso they're usable in MDX, then<Card icon={<Rocket />} …>incontent/index.mdx.Containericon rather than the Docker whale for visual consistency).Convention
Documented in
STYLE.md(and therustfs-docsskill) so future landing grids follow the same rule.npm run build✓ (295 pages, all elevenlucide-*icons present in the built HTML);docs:check✓.